Logic blocks

Logic gates for operating with boolean variables.

AND

Returns true if ALL inputs are true, else return false.

../../../_images/and.png

AND block

  • Inputs

    bit 0: Input bit.

    bit 1: Input bit.

  • Output

    bit 0: Output bit.

  • Configuration menu

    ../../../_images/and_configuration.png

    AND block configuration

    Here the user can configure the number of inputs. The units available units for this value are: bin, octal, dec and hex.

NOT

Logical complement (negation) computation.

../../../_images/not.png

NOT block

  • Input

    bit 0: Input bit.

  • Output

    bit 0: Output negated bit.

OR

Returns true if ANY of inputs are true, else return false.

../../../_images/or.png

OR block

  • Inputs

    bit 0: Input bit.

    bit 1: Input bit.

    bit 2: Input bit.

  • Output

    bit 0: Output bit.

  • Configuration menu

    ../../../_images/or_configuration.png

    OR block configuration

    Here the user can configure the number of inputs. The units available units for this value are: bin, octal, dec and hex.